home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 166 / MOBICLIC166.ISO / mac / DATA / GEN166 / GEN166_00 / generateurTC.swf / scripts / frame_1 / PlaceObject2_105_TextArea_21 / CLIPACTIONRECORD on(construct).as
Text File  |  2014-08-01  |  231b  |  14 lines

  1. on(construct){
  2.    editable = false;
  3.    html = false;
  4.    text = "";
  5.    wordWrap = true;
  6.    maxChars = 0;
  7.    restrict = "";
  8.    enabled = true;
  9.    password = false;
  10.    visible = true;
  11.    minHeight = 0;
  12.    minWidth = 0;
  13. }
  14.